{% extends 'accounts/main.html' %} {% block content %}
All Orders
{% for order in orders %} {% endfor %}
Product Date Orderd Status Update Remove
{{ order.product }} {{ order.date_created }} {{ order.status }} Update Remove
{% endblock content %}